home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4810 / 4810.xpi / chrome / speeddial.jar / content / cropSelector.css < prev    next >
Cascading Style Sheet File  |  2010-01-31  |  1KB  |  60 lines

  1. dialog {
  2.    -moz-binding: url("chrome://speeddial/content/dialog.xml#dialog") !important;
  3.    padding-top: 0px !important;
  4.    padding-bottom: 0px !important;
  5.    -moz-padding-start: 0px !important;
  6.    -moz-padding-end: 0px !important;
  7.  
  8. }
  9.  
  10. dialog > stack > .paddingBox{
  11.    padding-top: 8px;
  12.    padding-bottom: 10px;
  13.    -moz-padding-start: 8px;
  14.    -moz-padding-end: 10px;
  15.  
  16. #loadingMessage {
  17.   width: 500px;
  18.   height: 300px;
  19.   min-width: 0px;
  20.   min-height: 0px;
  21.   -moz-box-align: center;
  22.   -moz-box-pack: center;
  23. }
  24.  
  25. #errorMessage {
  26.   -moz-box-align: center;
  27.   -moz-box-pack: center;
  28. }
  29.  
  30. #cropSelectorStack, #colorPickerStack {
  31.   border-style: inset;
  32.   border-width: thin;
  33. }
  34.  
  35. #selection-box {
  36.   border-width: 1px;
  37.   border-style: dotted;
  38. }
  39.  
  40. #cropCanvas, #pickerCanvas {
  41.   cursor: crosshair;
  42. }
  43.  
  44. #selectionAreaColorBox {
  45.   margin-top: 5px;
  46. }
  47.  
  48. #loadingIcon {
  49.   list-style-image: url("chrome://speeddial/skin/Throbber-small.gif") !important;
  50.   opacity: 0.5;
  51. }
  52.  
  53. .scalingButton {
  54.   min-width: 23px !important;
  55.   max-width: 23px !important;
  56.   padding-left: 1px;
  57. }
  58.  
  59.